home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xcmd / macintal.sit / MacinTalk Stack / card_7244.txt < prev    next >
Encoding:
Text File  |  1989-05-27  |  277 b   |  15 lines

  1. -- card: 7244 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4999
  5. -- name: Error
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global TheError
  9.   if "XPRC" is in TheError then
  10.     put "The XPRC Globals is missing"
  11.   else
  12.     put TheError
  13.   end if
  14. end openCard
  15.